object ScriptLogForm: TScriptLogForm Left = 288 Top = 182 Width = 508 Height = 327 BorderIcons = [biMinimize] Caption = 'VSInterp Log Window' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object LogPopup: TPopupMenu Left = 8 Top = 8 object Changebuffersize1: TMenuItem Caption = 'Change buffer size' OnClick = Changebuffersize1Click end end end